home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000402_jaltman@watsun.cc.columbia.edu_Fri Sep 27 12:45:26 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  54 lines

  1. Article: 13738 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
  3. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: telnet:ntlm to win 2000
  6. Date: 27 Sep 2002 16:00:56 GMT
  7. Organization: Columbia University
  8. Lines: 37
  9. Message-ID: <an1vbo$llo$1@newsmaster.cc.columbia.edu>
  10. References: <an08p2$g3c$1@blue.rahul.net> <an0jpk$1g3$1@newsmaster.cc.columbia.edu> <an1t0n$no1$1@blue.rahul.net>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1033142456 22200 128.59.39.2 (27 Sep 2002 16:00:56 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 27 Sep 2002 16:00:56 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:13738
  16.  
  17. In article <an1t0n$no1$1@blue.rahul.net>,  <dold@55.usenet.us.com> wrote:
  18. : Jeffrey Altman <jaltman@watsun.cc.columbia.edu> wrote:
  19. : > Please read
  20. : >   http://www.kermit-project.org/telnet.html#x5.11
  21. : > In article <an08p2$g3c$1@blue.rahul.net>,  <dold@55.usenet.us.com> wrote:
  22. : > : I am using K95 2.0 to connect to a command line prompt on a Win2000 box.
  23. : > : The login part was a little off.  Since it wants to do NTLM, which
  24. : > : Kermit-95 supports, I didn't need the login.ksc script.  Adding that only
  25. : > : slowed things down.  I was already logged in before the script started.
  26. : My telnet server didn't like vtnt emulation at all.  That gave what
  27. : appeared to be broken positioning strings on every carriage return.  vt100
  28. : seems to be okay.  I am leaving telnet debug on, as that at least gives me
  29. : a 61 line scrollback.
  30.  
  31. There are no positioning strings in VTNT.  VTNT works by sending binary
  32. images of the Windows Console Screen Buffer.  What is represented by
  33. Kermit is the image of what is in the screen buffer.
  34.  
  35. : I am able to log in as a different user on that machine, using the login
  36. : pane of the connection attributes.  The web page suggests differently, or
  37. : is that caveat only for 1.1.20?
  38. : "If NTLM is used, the user can only log into the service with the identity
  39. : they are logged into the local workstation. If another username is desired
  40. : NTLM must be disabled on the client (SET TELOPT AUTH REFUSE). [K95 1.1.20
  41. : only] 
  42. : "
  43.  
  44. 1.1.21 added the ability to specify username and password for NTLM
  45. negotiations.  This did not exist in 1.1.20.
  46.  Jeffrey Altman * Sr.Software Designer     Kermit 95 2.0 GUI available now!!!
  47.  The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
  48.  http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
  49.  kermit-support@columbia.edu               OpenSSL.
  50.